Don't output center column in mkchanges any more.
authorrobertl <robertl>
Sun, 4 Oct 2009 01:34:37 +0000 (01:34 +0000)
committerrobertl <robertl>
Sun, 4 Oct 2009 01:34:37 +0000 (01:34 +0000)
tools/mkchanges

index 3ef2c933c6a6972688155af40b620cd7cf2d142c..12db347d5d0ff5abb0c611b6e174fcc135d4e178 100644 (file)
@@ -6,7 +6,6 @@ cvsps $* |  awk '
        split($0, dte, " ");
        
        printf "\n<tr><td class=\"date\">%s</td>", dte[2];
-       printf "<td class=\"release\"></td>"
        }
 /^Log:/ { gsub("^Log:", ""); inlog = 1 }
 /^Members:/ {printf "<td>%s</td></tr>", logt ; inlog = 0; }